dotConnect for Salesforce Marketing Cloud Documentation
Devart.Data Namespace / SqlShimParameterCollection<T> Class
The type of the parameters in the collection.
Members

In This Topic
    SqlShimParameterCollection<T> Class
    In This Topic
    Collects all parameters relevant to a SqlShimCommand as well as their respective mappings to System.Data.DataSet columns.
    Syntax
    Type Parameters
    T
    The type of the parameters in the collection.
    Remarks
    The number of parameters in the collection must be equal to the number of parameter placeholders within the command text, or ExactTarget raises an error.
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.Data.Common.DbParameterCollection
             Devart.Common.DbParameterBaseCollection
                Devart.Data.SqlShimParameterCollection<T>
                   Devart.Data.ExactTarget.ExactTargetParameterCollection

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also